home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / jpeg / jpegv42.rdm < prev    next >
Text File  |  1993-12-08  |  3KB  |  98 lines

  1. Short: V4.2 JPEG (en/de)coder for Retina owners
  2. Type: gfx/show
  3.  
  4. Version 4.2 of
  5.  
  6. JPEG - coder/decoder/viewer adapted for the Retina Gfx-Board
  7. ------------------------------------------------------------
  8.  
  9. (changes at the end of this file)
  10.  
  11. If you don't own a Retina graphics board, this
  12. may just be a jpeg encoder/decoder for you.
  13.  
  14. Though RetinaDisplay is already able to display
  15. JPEG pictures, here's a better alternative.
  16.  
  17. Included are two executables:
  18.  
  19. cjpeg  does JPEG-compression, just type
  20.        cjpeg -h  for a short syntax summary.
  21.        This program has just been adapted by
  22.        me to use the multipic.library
  23.        to read various picture formats
  24.  
  25. djpeg  does JPEG-decompression, and to this
  26.        one I added the watch-directly-on-Retina
  27.        feature, it's enabled by default.
  28.        You may also try djpeg -h here.
  29.  
  30. Both programs are compiled from the official
  31. "fourth public release of the Independent JPEG
  32. Group's free JPEG software". Only djpeg has been
  33. modified by me.
  34.  
  35. Why use djpeg instead of RetinaDisplay?
  36.  
  37. - djpeg is faster, it's even faster than most commercial
  38.         jpeg-loaders available.
  39. - djpeg lets you watch the picture while it's decoded
  40. - djpeg supports more jpeg-derivatives
  41. - djpeg supports 8-bit as well as 24-bit display on
  42.         the retina board. Watching JPEGs with the
  43.         -greyscale switch given is even faster.
  44. - djpeg is able to do "color-quantization", that is,
  45.         if you enable that feature by "-color 256",
  46.         an 8-bit screen will be opened on the
  47.         Retina, giving you the ability to watch even
  48.         larger pictures than it may be possible
  49.         in 24-bits.
  50.  
  51. REQUIREMENTS:
  52.  
  53.  You NEED to have IXEmul.library available, this library
  54.  is part of Markus Wild's GNU C (2.3.3) port for the
  55.  amiga. It's available from several ftp-servers.
  56.  
  57. NOTES:
  58.  
  59.  djpeg spits its output to standard I/O, unless
  60.  you specify anything else with a redirection
  61.  ("djpeg -targa bla.jpg >bla.targa")
  62.  
  63.  press CTRL-C when djpeg is finished to close the screen.
  64.  
  65.  I compiled a >=68020 and 68881 version, too, but there were
  66.  no measurable speed-difference.
  67.  
  68.  
  69. If anyone wants the source-code, he'd contact me via email,
  70. my adress is lkv@mania.robin.de
  71.  
  72. The original JPEG V4 source is available from several ftp-servers.
  73.  
  74. Just enjoy it,
  75.  
  76. Lutz Vieweg
  77.  
  78.  
  79. CHANGES:
  80.  
  81. 4.2
  82.     - oh no, sorry... the archive with 4.1 included
  83.       the old 4.0 executables...
  84.     - for consistency, CTRL-C is now used to abort
  85.       djpeg in any case.
  86.  
  87. 4.1 
  88.     - now you can always stop djpeg with CTRL-C
  89.       while decoding...
  90.     - cjpeg changed: it uses now the multipic.library
  91.       (supplied with the Retina Software 1.3 and up)
  92.       to load the original picture, therefore any
  93.       format supported by this library may be packed!
  94.     - cjpeg now uses infile outfile syntax
  95.       djpeg still writes on stdout by default.
  96.     - cjpeg progess display enabled
  97.  
  98.